home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / userbox / publicdomain / vim-4.2 / src / archie.h < prev    next >
Text File  |  1996-06-09  |  452b  |  24 lines

  1. /* vi:set ts=4 sw=4:
  2.  *
  3.  * VIM - Vi IMproved        by Bram Moolenaar
  4.  *
  5.  * Do ":help uganda"  in Vim to read copying and usage conditions.
  6.  * Do ":help credits" in Vim to see a list of people who contributed.
  7.  */
  8.  
  9. /*
  10.  * Archimedes Machine-dependent things
  11.  */
  12.  
  13. #if defined(__DATE__) && defined(__TIME__)
  14. # define HAVE_DATE_TIME
  15. #endif
  16. #define HAVE_QSORT
  17. #define HAVE_FCNTL_H
  18.  
  19. #define vim_remove(x) remove((char *)(x))
  20.  
  21. /*
  22.  * sorry, this file is missing
  23.  */
  24.